home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
workbench
/
libs
/
reqtoolsdev.lha
/
ReqTools
/
Glue
/
Dice
/
DLibSource.lha
/
rtScreenModeRequest.c
< prev
Wrap
C/C++ Source or Header
|
1995-09-20
|
203b
|
8 lines
#include <clib/reqtools_protos.h>
ULONG
rtScreenModeRequest( struct rtScreenModeRequester *req, char *title, Tag tag, ... )
{
return( rtScreenModeRequestA( req, title, ( struct TagItem * ) &tag ) );
}